Skip to content

fix: bug preventing apiPath generation when apiId includes letter v#7279

Closed
pearigee wants to merge 1 commit intomainfrom
pearigee-fix-bootstrap-template-vars
Closed

fix: bug preventing apiPath generation when apiId includes letter v#7279
pearigee wants to merge 1 commit intomainfrom
pearigee-fix-bootstrap-template-vars

Conversation

@pearigee
Copy link
Contributor

I corrected the regex in getApiPath and updated the tests so that this failure would be caught in the future.

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #7278 🦕

@pearigee pearigee marked this pull request as draft February 20, 2026 18:34
@pearigee
Copy link
Contributor Author

pearigee commented Mar 3, 2026

This was fixed in another PR. This one can be closed.

@pearigee pearigee closed this Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When bootstrapping a new library, the apiPath isn't generated correctly if the apiID includes the letter v.

1 participant